home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Workbench / Archive / ViewDiz / ViewDiz-extras / Docs / PlayTune.readme < prev    next >
Encoding:
Text File  |  1998-11-09  |  2.4 KB  |  100 lines

  1. Short:    Send music to player via ARexx. Run player if not open.
  2. Author:   lund@kiku.dk (Mikael Lund)
  3. Uploader: ki9656@unidhp.uni-c.dk (Mikael Lund)
  4. Version:  1.2
  5. Requires: A musicplayer - see KNOWN_PLAYERS below
  6. Type:     mus/play
  7.  
  8. INFORMATION
  9.  
  10.    Small ARexx/DOS script that will send a musicfile to a player in memory
  11.    via ARexx (10 players known). If the player is not loaded, PlayTune will
  12.    try to do so.
  13.    Handy when you want to play tunes from shell, or can be installed as
  14.    a button in Directory Opus etc.
  15.  
  16.  
  17. REQUIREMENTS
  18.  
  19.    1) RexxMast running
  20.    2) One of the known moduleplayers (See KNOWN_PLAYERS)
  21.    
  22.  
  23. INSTALLATION
  24.  
  25.    Doubleclick on the install-icon
  26.    (Or copy PlayTune#? to S: by hand)
  27.  
  28.  
  29. CONFIGURATION
  30.  
  31.    - Delitracker2 and Eagleplayer2 users can skip this part!
  32.  
  33.    - Sending tunes to a pre-loaded player doesn't require any
  34.      configuration.
  35.  
  36.    - Loading players into memory requires you to alter the first
  37.      lines in "S:PlayTune".
  38.  
  39.  
  40. USAGE
  41.  
  42.    CLI:     PlayTune MODULE,NEXT/S,PAUSE/S,EJECT/S,QUIT/S,QUIET/S
  43.  
  44.    MODULE   File to be played
  45.    NEXT/S   Play next subsong
  46.    PAUSE/S  Toggles playing on/off
  47.    EJECT/S  Remove module from memory
  48.    QUIT/S   Quit player
  49.    QUIET/S  Suppress text-output & useractivity
  50.  
  51.    If no file is selected, a requester will be opened (v39+).
  52.  
  53.  
  54. KNOWN_PLAYERS
  55.  
  56.    PLAYER            AUTOCFG  PLAY  NEXT PAUSE EJECT  QUIT
  57.    -------------------------------------------------------
  58.    Delitracker2         x      x     x     x     x     x
  59.    Eagleplayer2         x      x     x     x     x     x
  60.    Eagleplayer1.x              x     x     x     x     x
  61.    Hippoplayer                 x     x     x     x     x
  62.    PowerPlayer                 x           x     x     x
  63.    AModPlayer                  x           x     x     x
  64.    Multi_Player*               x           x     x     x
  65.    MultiPlayer**               x           x     x     x
  66.    DOpus5+                     x
  67.    PlaySID3                    x           x           x
  68.  
  69.     * By Thomas Landspurg
  70.    ** By Bryan Ford
  71.  
  72.  
  73. DISTRIBUTION
  74.  
  75.    Freeware ... but a notice would be nice!
  76.  
  77.  
  78. HISTORY
  79.  
  80.    1.2 23-Sep-98
  81.        - Added PowerPlayer support
  82.  
  83.    1.1 31-Aug-98
  84.        - First release.
  85.  
  86.  
  87. AUTHOR
  88.  
  89.    Mikael Lund
  90.    Ægirsgade 66, 2TH.
  91.    2200 Kbh. N.
  92.    Denmark
  93.  
  94.    ki9656@unidhp.uni-c.dk
  95.    lund@kiku.dk
  96.  
  97.    See also my tool "util/arc/viewdiz.lha"
  98.  
  99. ============================= Archive contents =============================
  100.